Skip to content

Feat#13

Merged
RicardoRyn merged 2 commits into
devfrom
feat
Jul 31, 2025
Merged

Feat#13
RicardoRyn merged 2 commits into
devfrom
feat

Conversation

@RicardoRyn
Copy link
Copy Markdown
Owner

No description provided.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jul 31, 2025

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

Copy link
Copy Markdown
Owner Author

@RicardoRyn RicardoRyn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

commit标题过长

Passing `test_method="ttest_ind"` is now discouraged and will be deprecated in a future release.
Users should use `test_method=["ttest_ind"]` instead.
Refactored the parameter validation logic in the `statistics` function.
Added `warnings.simplefilter('always')` to ensure deprecation warnings are always shown.
Users can now apply up to two statistical tests simultaneously, with one required to be `ttest_1samp`.
For example: `test_method=["ttest_1samp", "ttest_ind"]`.
If two methods are used, the asterisks from `ttest_1samp` will be shown in blue,
while the color of the second method's asterisks can be customized via `asterisk_color`.
@RicardoRyn RicardoRyn merged commit 0c8d6c5 into dev Jul 31, 2025
2 checks passed
@RicardoRyn RicardoRyn deleted the feat branch July 31, 2025 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant